SelectRowRange Method
Selects the specified row range.

C# Syntax

void SelectRowRange( 
   uint indexFrom,
   uint indexTo
)

Parameters

indexFrom
The 1-based index of the first row in the range.
indexTo
The 1-based index of the last row in the range.